home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00251.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  218 b   |  12 lines

  1. on mouseDown
  2.   puppetSprite(4, 1)
  3.   set the castNum of sprite 4 to cast "RIGHT PANEL ON"
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   set the castNum of sprite 4 to cast "RIGHT PANEL OFF"
  9.   updateStage()
  10.   puppetSprite(4, 0)
  11. end
  12.